From 773e6912909808fc4f9e3f02d1e6602cbfc8133c Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Mon, 5 Oct 2015 17:18:48 +0200 Subject: [PATCH] public: fix typo in memory.h Signed-off-by: Julien Grall --- xen/include/public/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h index 320de918e6..4df38d6b24 100644 --- a/xen/include/public/memory.h +++ b/xen/include/public/memory.h @@ -520,7 +520,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_mem_sharing_op_t); /* * XENMEM_claim_pages flags - the are no flags at this time. - * The zero value is appropiate. + * The zero value is appropriate. */ /* -- 2.30.2